Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stochastic-sisyphus authored Aug 7, 2024
1 parent 6259e85 commit 11c37f7
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,42 +36,41 @@ Portfolio/
│ ├── agents/
│ │ ├── researcher.py
│ │ └── synthesizer.py
── utils/
├── nvidia_api.py
└── text_processor.py
── utils/
├── nvidia_api.py
└── text_processor.py
├── Docs/
── Data Science Guide.pdf
── Data Science Guide.pdf
├── admin/
│ ├── index.html
│ ├── projects.html
│ ├── script.js
│ ├── style.css
│ └── style.css
├── github-repo-analyzer/
│ ├── README.md
│ ├── main.py
│ ├── config.py
│ ├── requirements.txt
│ ├── setup_env.sh
│ ├── agents/
│ │ ├── researcher.py
│ │ └── synthesizer.py
│ └── utils/
│ ├── nvidia_api.py
│ └── text_processor.py
├── Credit_Risk_Analysis.Rmd
├── Housing_and_Phishing_Data_Analysis.Rmd
├── LSTM_Text_Modeling_Project.ipynb
├── Language_Modeling_Project.txt
├── Language_Modeling_Text_Analytics_project.ipynb
├── Language_Modeling_Text_Analytics_project.ip
├── Logistic_Regression_CIFAR10_Analysis.ipynb
├── ML_Basics_with_Backpropagation_and_Gradient_Descent.ipynb
├── ML_Basics_with_Backpropagation_and_Gradient
├── PSID_Automatic_Data_Retrieval_Web_Driver.py
├── PSID_Data_Scraping_Automation.py
├── README.md
├── Student_Placement_Prediction.Rmd
├── deep_learning_language_project.ipynb
├── nltk_senses_embeddings.ipynb
└── github-repo-analyzer/
├── README.md
├── main.py
├── config.py
├── requirements.txt
├── setup_env.sh
├── agents/
│ ├── researcher.py
│ └── synthesizer.py
└── utils/
├── nvidia_api.py
└── text_processor.py

└── nltk_senses_embeddings.ipynb
```

---
Expand Down

0 comments on commit 11c37f7

Please sign in to comment.