- ๐ญ Iโm currently working on Applicant Tracking system
- ๐ฑ Iโm currently learning Deep Learning Algorithms
- ๐ฏ Iโm looking to collaborate on Artificial Intelligence Projects
- ๐ฌ Ask me about problem solving ideas
- ๐ซ How to reach me: rajabumrisho69@gmail.com
- ๐ Religion: Muslim, Assalafy
๐
Working from home
I believe people with a strong passion for technology can
push the human race forward regardless of their location or
race.
-
Minfoxy Technology Company
- Tanzania, Dar es saalaam
-
03:29
(UTC +03:00) - https://raj067.github.io/rajabu/
- @rajabumrisho69
Highlights
Pinned Loading
-
Home.jsx
Home.jsx 1import React, { Component } from "react";
2import instance from "../axiosInstanceReact";
34class Home extends Component {
5constructor(props) {
-
Nearest-Centroid-Classifier.py
Nearest-Centroid-Classifier.py 1from sklearn.neighbors.nearest_centroid import NearestCentroid
2import numpy as np
3X = np.array([[-1, -1], [-2, -1], [-3, -2], [1, 1], [2, 1], [3, 2]])
4y = np.array([1, 1, 1, 2, 2, 2])
5clf = NearestCentroid()
-
-
-
time-since.py
time-since.py 1import time
2import math
34def time_since(val: str) -> str:
5'''Returning since time''' -
DBSCAN-clustering-algorithm.py
DBSCAN-clustering-algorithm.py 1import numpy as np
2from sklearn.cluster import DBSCAN
3from sklearn import metrics
4from sklearn.datasets.samples_generator import make_blobs
5from sklearn.preprocessing import StandardScaler
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.